.w {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.top {
	background-color: #f7f7f7;
}

.welcome {
	width: 1200px;
	height: 39px;
	margin: 0 auto;
	line-height: 39px;
	font-size: 14px;
}

.welcome h2 {
	float: left;
	font-size: 14px;
	font-weight: normal;
}

.bookmark {
	float: right;
	overflow: hidden;
}

.bookmark a {
	padding: 0 10px;
	display: inline-block;
	height: 39px;
}

.header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.logo {
	float: left;
	height: 150px;
	line-height: 150px;
}

.tel {
	float: right;
}

.tel_r {
	float: left;
	background: url(../images/phone.png)no-repeat left 65px;
	padding: 65px 0 0 70px;
}

.tel_r h2 {
	font-weight: 400;
	letter-spacing: 8px;
}

.tel_r h1 {
	color: #559a2d;
}

.nav {
	background-color: #2ba64f;
	width: 100%;
	height: 45px;
}

.navlist {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.navlist li {
	float: left;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.nav li a {
	color: #FFFFFF;
	font-weight: 700;
}

.navlist .navlisto {
	background: url(../images/nav.png)no-repeat;
}

.navlist .navlisto a {
	color: #2BA64F;
}

.nav li a:hover {
	display: block;
	background: url(../images/nav.png)no-repeat;
	color: #2BA64F;
}

.banner img {
	width: 100%
}

.banner ul.bxslider {
	list-style: none;
}

.banner div.bx-pager {
	bottom: 4%;
}

.banner div.bx-controls-direction {
	display: none;
}

/*banner 角标样式等*/

.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;-webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc;border: 5px solid #fff;left: -5px;background: #fff;*/
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif)center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #F98904;
	border: 1px solid #fff;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png)no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png)no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png)-86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png)-86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*banner 角标样式等结束*/
.search {
	width: 1000px;
	margin: 20px auto 50px;
	overflow: hidden;
	line-height: 40px;
}

.keyword {
	display: block;
	float: left;
	width: 266px;
	height: 36px;
	font-size: 16px;
	padding-left: 10px;
	border: 2px solid #4daf66;
}

.submit {
	display: block;
	float: left;
	width: 70px;
	height: 40px;
	font-size: 16px;
	background-color: #4daf66;
	color: #fff;
	border: 0;
	margin-right: 40px;
}

.search p {
	float: left;
}

.search li {
	float: left;
	margin: 0 10px;
}

.business {
	text-align: center;
}

.business span {
	display: block;
	line-height: 40px;
	font-weight: 700;
}

.business li {
	float: left;
	width: 570px;
	height: 330px;
	margin: 20px 15px;
	overflow: hidden;
	text-align: left;
	position: relative;
}

.business li a:hover,
.prol li a:hover {
	color: #e87518;
	text-decoration: underline;
}

.businesso {
	background: url(../images/b11.png)no-repeat;
}

.businesst {
	background: url(../images/b22.png)no-repeat;
}

.businesstt {
	background: url(../images/b33.png)no-repeat;
}

.businessf {
	background: url(../images/b44.png)no-repeat;
}
.business li h2{
	font-size: 40px;
	letter-spacing: 5px;
}

.business li a {
	position: absolute;
	left: 20%;
	bottom: 9%;
	color: #FFFFFF;
}

.middle {
	background-color: #549d2a;
	text-align: center;
}

.triangle {
	width: 0px;
	height: 0px;
	border-top: 20px solid #FFFFFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin: 0 auto;
}

.middlelist {
	position: relative;
	padding: 30px 0 130px 0;
	line-height: 40px;
	overflow: visible;
	color: #FFFFFF;
}

.middlelist li {
	position: absolute;
	float: left;
	width: 338px;
	height: 148px;
	text-align: left;
	border: 1px solid #bababa;
	border-radius: 10px;
	margin: 0 10px;
	background-color: #FFFFFF;
	color: #333333;
	bottom: -20%;
}

.middlelist li img {
	float: left;
	padding: 10px;
}

.middlelist h2 {
	padding-top: 40px;
}

.middlelistt {
	position: absolute;
	left: 35%;
}

.middlelist .middlelisttt {
	position: absolute;
	left: 70%;
	background-color: #549d2a;
	color: #FFFFFF;
}

.pro {
	margin: 100px auto 50px;
}

.prol {
	float: left;
	width: 240px;
}

.prol h2 {
	font-weight: 400;
	background-color: #30ac54;
	text-align: center;
	padding: 20px 0;
	color: #FFFFFF;
}

/* .right {
	width: 0px;
	height: 0px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #333;
} */

.prol li {
	padding: 27px 10px;
	background-color: #41b435;
	border-bottom: 1px solid #61be59;
}

.prol li a {
	display: block;
	background: url(../images/pl.png)no-repeat;
	background-position: 35px 8px;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 20px;
}

.pror {
	float: left;
	width: 945px;
	margin: 0 0 0 15px;
}

.prort {
	float: left;
	width: 945px;
	background-color: #fdfdfd;
	box-shadow: 0 5px 5px #ebebeb;
}

.prortl {
	float: left;
	background: url(../images/pbg.png)no-repeat;
	width: 195px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
}

.prortr {
	float: right;
	line-height: 50px;
}

.prolist {
	width: 945px;
	overflow: hidden;
}

.prolist li {
	float: left;
	width: 225px;
	margin: 10px 5px;
	text-align: center;
}

.prolist li img {
	width: 219px;
	height: 194px;
	border: 3px solid #ebebeb;
	overflow: hidden;
}

.prolist p {
	width: 225px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.about {
	margin: 50px auto;
	overflow: hidden;
}

.about img {
	float: left;
}

.aboutlist {
	float: left;
	width: 560px;
	margin-left: 20px;
	overflow: hidden;
}

.aboutlist h2 {
	float: left;
	font-weight: 400;
	padding: 20px 0;
	line-height: 32px;
}

.aboutlist span {
	font-size: 20px;
}

.about .aboutlist a {
	float: right;
	padding: 5px 10px;
	background-color: #787b82;
	color: #FFFFFF;
}

.bg1 {
	width: 100%;
	margin-top: 14px;
	height: 592px;
	background: url(../images/bg1.jpg) no-repeat center top;
}

.bg1_cont1 {
	width: 499px;
	padding: 30px 23px 0 438px;
	margin: 0 auto;
}

.bg1_cont1 .p1 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
	color: #333;
	line-height: 35px;
	border-bottom: 7px solid #00893d;
}

.bg1_cont1 .p1 b {
	font-size: 48px;
	color: #ec7e27;
}

.bg1_cont1 .p2 {
	padding: 12px 0 0 23px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

.bg1_cont1 .p2 em {
	font-style: normal;
	color: #00893d;
}

.bg1_cont1 .p2 span {
	color: #ffa000;
	font-size: 17px;
}

.bg1_cont1 .p3 {
	padding-top: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #00893d;
}

.bg1_cont1 .p4 {
	text-align: right;
	padding-top: 15px;
}

.btn_more {
	display: inline-block;
	width: 170px;
	padding-bottom: 15px;
	background: url(../images/btn_shadow.png) no-repeat center bottom;
}

.bg1 .btn_more a {
	display: inline-block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #00893d;
}

.new,
.industry {
	width: 570px;
	float: left;
	background-color: #fdfdfd;
	box-shadow: 0 5px 20px #ebebeb;
	margin: 20px 15px 50px 15px;
}

.news,
.industrys {
	float: left;
	background: url(../images/pbg.png)no-repeat;
	width: 195px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
}

.newlist {
	height: 50px;
	background-color: #fdfdfd;
	box-shadow: 0 5px 5px #ebebeb;
}

.newt {
	float: left;
	width: 570px;
	margin: 20px 0;
}

.newt img {
	float: left;
	width: 275px;
	height: 250px;
	overflow: hidden;
}

.newcontent {
	float: left;
	width: 235px;
	height: 170px;
	padding: 40px 30px;
	background-color: #f7f7f7;
}

.newcontent h3 {
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newcontent p {
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new .newcontent a {
	display: block;
	margin: 20px 0;
	padding: 15px 30px;
	text-align: center;
	color: #FFFFFF;
	background-color: #53b544;
}

.new ul {
	float: left;
	overflow: visible;
}

.new li {
	width: 528px;
	background: url(../images/block.png)no-repeat;
	background-position: 5px 30px;
	border: 1px solid #ebebeb;
	padding: 20px;
}

.new li p {
	float: left;
	width: 435px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new li a span {
	float: right;
}

.footer {
	width: 100%;
	background-color: #52bc06;
}

.foot {
	padding: 20px 0;
	font-size: 20px;
	color: #FFFFFF;
}

.footl,
.footr {
	float: left;
	margin: 30px 0;
}

.footm {
	float: left;
	text-align: center;
	padding: 30px;
}

.ltit {
	background: #C00;
	padding: 20px 0px;
	color: #fff
}

.kuang {
	overflow: hidden;
	border: 1px solid #ddd;
}

.content {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.left {
	width: 240px;
	float: left;
	overflow: hidden;
}

.right {
	width: 940px;
	float: right;
	overflow: hidden;
}

.ichanpin2 {
	overflow: hidden;
}

.ichanpin2 li {
	float: left;
	width: 225px;
	height: 245px;
	margin: 10px 5px;
	text-align: center;
}

.ichanpin2 li img {
	width: 219px;
	height: 194px;
	border: 3px solid #ebebeb;
	overflow: hidden;
}

.ichanpin2 li .title {
	font-size: 18px;
	line-height: 40px;
	text-indent: 1em;
	border-bottom: 1px solid #ddd;
	width: 93%;
	margin: 0px auto;
}

.ichanpin2 li .pic {
	height: 315px;
	background: #666666;
}

.ichanpin2 li .info {
	color: #666;
	padding: 5px 0px 5px 15px;
	height: 60px;
	overflow: hidden;
}

.ichanpin2 li .info2 {
	color: #666;
	padding: 5px 0px 5px 5px;
	height: 40px;
	overflow: hidden;
}

.ichanpin2 li .anniu {
	width: 100px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.ichanpin2 li a:hover .anniu {
	width: 100px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background: #F00;
	color: #FFF;
}

.ichanpin22 {
	overflow: hidden;
}

.ichanpin22 li {
	width: 290px;
	height: 135px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

.ichanpin22 li img {
	width: 290px;
	height: 135px;
}

.ichanpin22 li .title {
	font-size: 18px;
	line-height: 40px;
	text-indent: 1em;
	border-bottom: 1px solid #ddd;
	width: 93%;
	margin: 0px auto;
}

.ichanpin22 li .pic {
	height: 315px;
	background: #666666;
}

.ichanpin22 li .info {
	color: #666;
	padding: 5px 0px 5px 15px;
	height: 60px;
	overflow: hidden;
}

.ichanpin22 li .info2 {
	color: #666;
	padding: 5px 0px 5px 5px;
	height: 40px;
	overflow: hidden;
}

.ichanpin22 li .anniu {
	width: 100px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.ichanpin22 li a:hover .anniu {
	width: 100px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background: #F00;
	color: #FFF;
}

.content-container {
	background: #FFF;
	width: 96%;
	margin-top: 8px;
	padding: 10px;
	position: relative;
}

.xw {
	width: 98%;
	overflow: hidden;
	margin: 0px auto;
}

.right .xw li {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.right .xw li a {
	float: left;
	width: 710px;
	line-height: 40px;
	padding: 0;
	background: none;
	text-align: left;
}
.right .xw li .column {
	float: left;
	width: auto;
	line-height: 40px;
	padding-left: 20px;
	background: url(../images/left.png) no-repeat 10px 17px;
	text-align: left;
}


.right .xw li span {
	width: 90px;
	line-height: 40px;
	float: right;
	color: #666666
}

.fenlei {
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
}

.fenlei span {
	font-size: 20px;
	font-weight: 700;
}

.fenlei li {
	line-height: 40px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 16px;
	text-indent: 2em;
	border-bottom: 1px solid #ddd;
}

.fenlei a:link li {
	color: #666;
	text-decoration: none;
}

.fenlei a:visited li {
	text-decoration: none;
	color: #666;
}

.fenlei a:hover li {
	text-decoration: none;
	color: #666;
	background: #f2f2f2;
}

.fenlei a:active li {
	text-decoration: none;
}

.place {
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.dede_pages {}

.dede_pages ul {
	float: left;
	padding: 12px 0px 12px 16px;
}

.dede_pages ul li {
	float: left;
	font-family: Tahoma;
	line-height: 17px;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
}

.dede_pages ul li a {
	float: left;
	padding: 2px 4px 2px;
	color: #555;
	display: block;
}

.dede_pages ul li a:hover {
	color: #690;
	text-decoration: none;
	padding: 2px 4px 2px;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
	background-color: #F8F8F8;
	padding: 2px 4px 2px;
	font-weight: bold;
}

.dede_pages .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999;
}

.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}

.info {
	text-align: center;
	padding: 5px 0;
	margin: 10px 0;
	background-color: #EEEEEE;
}

#roll_top,
#fall,
#ct {
	position: relative;
	cursor: pointer;
	height: 72px;
	width: 60px
}

#roll_top {
	background: url(../images/top.gif)no-repeat;
}

#fall {
	background: url(../images/top.gif)no-repeat 0 -80px
}

#ct {
	background: url(../images/top.gif)no-repeat 0 -40px
}

#roll {
	display: block;
	width: 15px;
	margin-right: -500px;
	position: fixed;
	right: 50%;
	top: 50%;
	_margin-right: -505px;
	_position: absolute;
	_margin-top: 300px;
	_top: expression(eval(document.documentElement.scrollTop))
}

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: 5px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 155px;
	height: 53px;
	font: 13px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #0076bf url(../images/fixcont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #0076bf url(../images/fixcont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #0076bf url(../images/fixcont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	background: #0076bf url(../images/fixcont.png) no-repeat 0 -169px;
}

.yb_bar .yb_phone2 {
	background: #0076bf url(../images/fixcont.png) no-repeat 0 -359px;
}

.yb_bar .yb_QQ2 {
	text-indent: 0;
	background: #0076bf url(../images/fixcont.png) no-repeat 0 -411px;
}

.yb_bar .yb_ercode2 {
	background: #0076bf url(../images/fixcont.png) no-repeat 0 -472px;
}

.hd_qr {
	padding: 0 15px;
}

.team_box {
	padding-top: 50px;
}

.team_l {
	width: 430px;
	padding-left: 40px;
}

.team_img {
	height: 356px;
}

.team_img img {
	width: 418px;
	height: 348px;
	padding: 3px;
	border: 1px solid #b4b2b3;
	background: #fff;
	display: block;
}

.team_list {
	padding: 39px 0 17px 0;
	background: url(../images/team_shadow.gif) no-repeat center bottom;
	overflow: hidden;
}

.team_list li {
	float: left;
	margin-right: 2px;
	width: 141px;
	height: 103px;
	overflow: hidden;
	vertical-align: top;
}

.team_list li img {
	width: 139px;
	height: 101px;
	display: block;
	border: 1px solid #bcbcba;
}

.team_cont {
	width: 960px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.team_text p {
	padding-top: 10px;
	line-height: 24px;
	color: #555;
	overflow: hidden;
	font: 16px/1.231 Arial, Verdana, Helvetica, sans-serif, "宋体";
}

.team_r {
	width: 420px;
	padding-right: 10px;
}

.team_info h3 a {
	color: #00893d;
}

.team_info p {
	padding-top: 10px;
	overflow: hidden;
	font: 14px/1.231 Arial, Verdana, Helvetica, sans-serif, "宋体";
}

.team_info dt img {
	width: 173px;
	height: 195px;
	padding: 3px;
	border: 1px solid #b4b2b3;
	vertical-align: top;
}

.team_text h3,
.team_info h3 {
	color: #00893d;
}

.team_info dd {
	float: left;
	width: 220px;
	padding-left: 12px;
	color: #555;
	line-height: 24px;
}

.team_info dt {
	float: left;
	width: 181px;
	height: 203px;
}

.team_text {
	height: 220px;
	overflow: hidden;
}

.pr {
	position: relative;
}

.core_t {
	width: 100%;
	margin-top: 15px;
	padding-top: 155px;
	background: url(../images/core_t.gif) no-repeat center top #f8f8f8;
}

.core {
	width: 960px;
	height: 949px;
	margin: 0 auto;
	background: url(../images/core_bg.jpg) no-repeat center top;
}

.core img {
	vertical-align: top;
}

.core .p1 {
	position: absolute;
	left: 186px;
	top: 90px;
	color: #fff;
	font-size: 42px;
	font-family: "Microsoft YaHei";
}

.part {
	position: absolute;
	width: 355px;
}

.part dt {
	padding: 0 0 5px 84px;
	width: 344px;
	height: 38px;
	line-height: 27px;
	font-size: 20px;
	font-weight: bold;
	color: #00893d;
	background: url(../images/line1.gif) repeat-x left bottom;
}

.part dd {
	padding-top: 7px;
	font-size: 14px;
	line-height: 23px;
	color: #555;
	width: 423px;
}

.part dd span {
	color: #ec7e27;
	font-size: 16px;
}

.part1 {
	left: 20px;
	top: 48px;
}

.part2 {
	left: 20px;
	top: 266px;
}

.part3 {
	right: 88px;
	top: 534px;
}

.part4 {
	right: 88px;
	top: 750px;
}

.part5 {
	left: 20px;
	top: 978px;
}

.youshi_tel {
	position: absolute;
	right: 0;
	top: 25px;
	width: 200px;
	line-height: 20px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #adb4b0;
	margin-right: 183px;
	margin-top: 80px;
}

.youshi_tel span {
	font-size: 24px;
	color: #fe6d00;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
}
